home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / CED / rexx / ErrorClear.ced < prev    next >
Encoding:
Text File  |  1995-12-24  |  453 b   |  19 lines

  1. /*
  2. **      $Id: ErrorClear.ced,v 30.0 1994/06/10 18:06:06 dice Exp $
  3. **
  4. **      DICE Error Parsing system.  Script for ASDG CygnusEd Professional (tm).
  5. **
  6. **  Notes: This assumes that your DCC:Config/DCC.Config file contains the
  7. **         following line:
  8. **  cmd= rx DCC:Rexx/CED_ErrorParse.rexx %e "%c" "%f" "%0"
  9. */
  10.  
  11. OPTIONS RESULTS
  12.  
  13. IF ~show('p','DICE_ERROR_PARSER') THEN
  14.    EXIT 0
  15.  
  16. ADDRESS DICE_ERROR_PARSER Clear
  17.  
  18. 'SetStatusBar All Errors Cleared'
  19.